From ddc8e48b32948dd526a9a1244e919ceeaba2dced Mon Sep 17 00:00:00 2001 From: Debian GPS team Date: Thu, 3 Jul 2025 23:03:32 +0000 Subject: [PATCH] gpsbabelfe_opt-in-for-usage-data-reporting Make statistics reporting an opt-in option. Gbp-Pq: Name gpsbabelfe_opt-in-for-usage-data-reporting --- gui/babeldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/babeldata.h b/gui/babeldata.h index 467c7413e..efe8003f8 100644 --- a/gui/babeldata.h +++ b/gui/babeldata.h @@ -151,7 +151,7 @@ public: // Global preferences. bool startupVersionCheck_{true}; - bool reportStatistics_{true}; + bool reportStatistics_{false}; bool allowBetaUpgrades_{false}; bool ignoreVersionMismatch_{true}; bool disableDonateDialog_{false}; -- 2.30.2